gtk-demo: Add suggestion entry demos
authorMatthias Clasen <mclasen@redhat.com>
Thu, 25 Jun 2020 17:57:17 +0000 (13:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 Nov 2020 20:54:43 +0000 (15:54 -0500)
commita2897e1868e8a79fa8c14cec5cf5351601dfaab0
treef7458e5b5fab5a8b4a4b59d3bc99a9fd44ffa498
parent15172ebdb0816a73dcaec1a78f61031496082715
gtk-demo: Add suggestion entry demos

Add a possible replacement for GtkEntryCompletion
as a demo.

Move the Dropdowns demo to Lists/Selections, and make
it show both GtkDropDown and the suggestion entry, with
some variations.
demos/gtk-demo/demo.gresource.xml
demos/gtk-demo/dropdown.c
demos/gtk-demo/meson.build
demos/gtk-demo/suggestionentry.c [new file with mode: 0644]
demos/gtk-demo/suggestionentry.css [new file with mode: 0644]
demos/gtk-demo/suggestionentry.h [new file with mode: 0644]